org.eclipse.vtp.desktop.views.canvas
Interface IconicCanvas


public interface IconicCanvas


Field Summary
static int ORIENTATION_LANDSCAPE
           
static int ORIENTATION_PORTRAIT
           
 
Method Summary
 void addListener(IconicCanvasListener listener)
           
 int getCanvasHeight()
           
 java.lang.String getCanvasName()
           
 int getCanvasWidth()
           
 int getOrientation()
           
 boolean isPrimaryCanvas()
           
 boolean isSelectedCanvas()
           
 void removeListener(IconicCanvasListener listener)
           
 void render(org.eclipse.swt.graphics.GC gc, int options)
           
 void setCanvasName(java.lang.String newName)
           
 

Field Detail

ORIENTATION_PORTRAIT

static final int ORIENTATION_PORTRAIT
See Also:
Constant Field Values

ORIENTATION_LANDSCAPE

static final int ORIENTATION_LANDSCAPE
See Also:
Constant Field Values
Method Detail

getCanvasName

java.lang.String getCanvasName()

setCanvasName

void setCanvasName(java.lang.String newName)

getCanvasHeight

int getCanvasHeight()

getCanvasWidth

int getCanvasWidth()

getOrientation

int getOrientation()

addListener

void addListener(IconicCanvasListener listener)

removeListener

void removeListener(IconicCanvasListener listener)

render

void render(org.eclipse.swt.graphics.GC gc,
            int options)

isPrimaryCanvas

boolean isPrimaryCanvas()

isSelectedCanvas

boolean isSelectedCanvas()